Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve set-prev. #202

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Improve set-prev. #202

merged 1 commit into from
Aug 18, 2024

Conversation

okamsn
Copy link
Owner

@okamsn okamsn commented Aug 18, 2024

  • Allow back to no be known at compile time. Use a simple implementation
    of a queue, adapted from https://irreal.org/blog/?p=40.

    • Add a test of a with-bound back.
  • State clearly in the documentation that set-prev stores the value
    of VAL found at the end of the loop cycle and that it does
    not modify VAR until the specified loop cycle.

See all issue #194.

- Allow `back` to no be known at compile time.  Use a simple implementation
  of a queue, adapted from https://irreal.org/blog/?p=40.
  - Add a test of a `with`-bound `back`.

- State clearly in the documentation that `set-prev` stores the value
  of `VAL` found at the end of the loop cycle and that it does
  not modify `VAR` until the specified loop cycle.
@okamsn okamsn merged commit 79b1fa5 into master Aug 18, 2024
4 checks passed
@okamsn okamsn deleted the set-prev-unknown-back branch August 18, 2024 02:31
github-actions bot added a commit that referenced this pull request Aug 18, 2024
This commit was copied from the master branch.

Commit: 79b1fa5
Author: okamsn <[email protected]>
Date: 2024-08-18 02:30:57 +0000

Improve `set-prev`. (#202)

- Allow `back` to no be known at compile time.  Use a simple implementation
  of a queue, adapted from https://irreal.org/blog/?p=40.
  - Add a test of a `with`-bound `back`.

- State clearly in the documentation that `set-prev` stores the value
  of `VAL` found at the end of the loop cycle and that it does
  not modify `VAR` until the specified loop cycle.

See also issue #194.
github-actions bot added a commit that referenced this pull request Aug 18, 2024
This commit was copied from the master branch.

Commit: 79b1fa5
Author: okamsn <[email protected]>
Date: 2024-08-18 02:30:57 +0000

Improve `set-prev`. (#202)

- Allow `back` to no be known at compile time.  Use a simple implementation
  of a queue, adapted from https://irreal.org/blog/?p=40.
  - Add a test of a `with`-bound `back`.

- State clearly in the documentation that `set-prev` stores the value
  of `VAL` found at the end of the loop cycle and that it does
  not modify `VAR` until the specified loop cycle.

See also issue #194.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant